home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / publish.context.publishprovidercategories.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  1.5 KB  |  39 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "publish.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "publish.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <h1><img src="..\..\images\business.gif" height="16" width="16" alt="Provider"> Provider - Categories</h1>
  18.                     Use the <b>Categories</b> tab to view and manage the categories that describe and classify this provider. 
  19.                     <UL>
  20.                         <li>
  21.                             <b>Categories:</b> Lists the categories that describe this provider. A categorization includes the name of categorization scheme, followed by the category name (or key name) and value (key value). 
  22.                             <ul>
  23.                                 <li class="action">
  24.                                     Click <b>Add Category</b> to add a categorization to this provider.</li>
  25.                                 <li class="action">
  26.                                     Click <b>Delete</b> to delete a categorization.</li>
  27.                             </ul>
  28.                         </li>
  29.                     </UL>            
  30.                     <H3>More Information</H3>
  31.                     <!-- #include file = "glossary.categorization.htm" -->
  32.                 </td>
  33.             </tr>
  34.         </table>
  35.         <!-- #include file = "publish.footer.htm" -->
  36.     </body>
  37. </html>
  38.  
  39.